home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / files / for_recursive_glob < prev    next >
Encoding:
Text File  |  1992-11-10  |  406 b   |  10 lines

  1.  
  2.  
  3.           for_recursive_glob var globlist code
  4.                Performs a foreach-style loop for each file and
  5.                directory that recursively matched one or more patterns
  6.                specified in the call to for_recursive_glob, setting
  7.                var to the matching file or directory, and calling
  8.                code.  The break and continue statements work as
  9.                expected.
  10.